JOYSTICK FIRE C

This command will return an integer value of one if the default joystick fire button C is pressed, otherwise zero will be returned.

  Syntax
Return Integer=JOYSTICK FIRE C()
  Returns

The command will return a value of one if the default joystick fire button c is pressed, otherwise zero will be returned

  Example Code
do
cls
print "joystick fire a "+str$(joystick fire a())
print "joystick fire b "+str$(joystick fire b())
print "joystick fire c "+str$(joystick fire c())
print "joystick fire d "+str$(joystick fire d())
print "joystick fire x "+str$(joystick fire x(0))
loop
end
  See also

INPUT Commands Menu
Index